home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00821_Script_CheeversHigh < prev    next >
Text File  |  1995-05-21  |  560b  |  25 lines

  1. on mouseDown
  2.   put "GoTo" into f
  3.   put "GoToHL" into fHL
  4.   puppetSound "button.aif"
  5.   hiliter 23, f, fHL
  6. end 
  7.  
  8.  
  9.  
  10. on mouseUp
  11.   global gTheDay, theMovieName, payoffStart, payoffEnd,¼
  12.  whichPayOff, whichBuyer, gDayOrNight, gMoney
  13.   put (gMoney + 100) into gMoney
  14.   puppetsprite 48, false
  15.   turnOffDaycons
  16.   WhatDayIsIt
  17.   put "PayOff" into whichPayOff
  18.   put "NoBuyers" into whichBuyer
  19.   put "C13D30B.MOV" into theMovieName
  20.   set payoffStart = 0
  21.   set payoffEnd = 0
  22.   set the castNum of sprite 23 = cast "GoTo"
  23.   updatestage
  24.   richOrPoor
  25. end